Auto merge of #3621 - matklad:fix-job-leakage, r=alexcrichton
authorbors <bors@rust-lang.org>
Thu, 2 Feb 2017 06:04:56 +0000 (06:04 +0000)
committerbors <bors@rust-lang.org>
Thu, 2 Feb 2017 06:04:56 +0000 (06:04 +0000)
Don't leak job

This fixes that problem with diverging `handle_error`. Now the return types of all subcommands match, and we can return `CliResult` up to main.

1  2 
src/cargo/lib.rs

Simple merge